home *** CD-ROM | disk | FTP | other *** search
- !include("../data.def")
-
- TrackLocation("Data/Maps/rt/rt.map")
- TrackID("rt4")
-
- CarID("WTR1")
- CarPower(450.0)
- CarSettings()
- {
- Tyres("WTR_Hypergrip200")
- Suspension(3)
- Springs(3)
- BrakesForce(5)
- BrakesBalance(3)
- Steering(3)
- Gearbox(3)
- PowerBalance(10)
- Transmission(-1)
- }
-
- CarParts()
- {
- CarPart("WTR_Body")
- CarPart("WTR_Engine")
- CarPart("pB1_Springs_Default")
- CarPart("WTR_DoorL")
- CarPart("pB1_BrakeSystem_Default")
- CarPart("WTR_Hypergrip200")
- CarPart("pB1_Dampers_Default")
- CarPart("WTR_DoorR")
- CarPart("pB1_Filter_Default")
- CarPart("pB1_Cooler_Default")
- CarPart("pB1_Gearbox_Default")
- CarPart("WTR_Expirat_A")
- CarPart("WTR_WiperL")
- CarPart("WTR_WiperR")
- CarPart("WTR_Electrics")
- CarPart("pB1_FlyWheel_Default")
- CarPart("WTR_BumperRear_A")
- CarPart("WTR_Painting1")
- CarPart("pB1_Clutch_Default")
- }
-
-